Web API Core | ComponentOne
C1.Web.Api Namespace / RequestModelBinder<T> Class
The type of the models
Members

In This Topic
    RequestModelBinder<T> Class
    In This Topic
    The model binder for the parameter of C1 Web API action.
    Syntax
    'Declaration
     
    
    Public Class RequestModelBinder(Of T) 
       Implements Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder 
    public class RequestModelBinder<T> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder  
    Type Parameters
    T
    The type of the models
    Inheritance Hierarchy

    System.Object
       C1.Web.Api.RequestModelBinder<T>

    See Also